home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / PolicyKit / policy / com.ubuntu.checkbox.policy next >
Encoding:
Extensible Markup Language  |  2009-04-28  |  1015 b   |  32 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5. <policyconfig>
  6.  
  7.   
  8.  
  9.   <vendor>Checkbox System Testing</vendor>
  10.   <vendor_url>https://launchpad.net/checkbox</vendor_url>
  11.   <icon_name>checkbox</icon_name>
  12.  
  13.   <action id="com.ubuntu.checkbox.test">
  14.     <description>Run system tests</description>
  15.     <message>System policy prevents running system tests</message>
  16.     <defaults>
  17.       <allow_any>yes</allow_any>
  18.       <allow_inactive>yes</allow_inactive>
  19.       <allow_active>yes</allow_active>
  20.     </defaults>
  21.   </action>
  22.  
  23.   <action id="com.ubuntu.checkbox.info">
  24.     <description>Get system information</description>
  25.     <message>System policy prevents getting system information</message>
  26.     <defaults>
  27.       <allow_any>yes</allow_any>
  28.       <allow_inactive>yes</allow_inactive>
  29.       <allow_active>yes</allow_active>
  30.     </defaults>
  31.   </action>
  32. </policyconfig>